Ten > Quadratic Equation
Asked by Atith Adhikari · 2 years ago

x^2 - 3x - 10 = 0 | Solve by factorization method.

visibility 0
chat_bubble_outline 1
Atith Adhikari Atith Adhikari · 2 years ago
Verified

Solution

The required values of x are x = {-2, 5}.

Given

$\rm x^{2} - 3x - 10 = 0$

$\rm or, x^{2} - (5 - 2) x - 10 = 0$

$\rm or, x^{2} - 5x + 2x - 10 = 0$

$\rm or, x( x - 5)  + 2 (x - 5) = 0$

$\rm or, (x + 2)(x - 5) = 0$

Either

$\rm (x + 2) = 0$

$\rm \therefore x = -2$

Or

$\rm (x - 5) = 0$

$\rm \therefore x = 5$

0